01. NLP and Pipelines
Natural Language Processing
Natural Language Processing Pipelines
In this lesson, you'll be introduced to some of the steps involved in a NLP pipeline:
- Text Processing
- Cleaning
- Normalization
- Tokenization
- Stop Word Removal
- Part of Speech Tagging
- Named Entity Recognition
- Stemming and Lemmatization
- Feature Extraction
- Bag of Words
- TF-IDF
- Word Embeddings
- Modeling